func crypto/internal/fips140/aes/gcm.ghashUpdate

2 uses

	crypto/internal/fips140/aes/gcm (current package)
		ghash.go#L61: 		ghashUpdate(&productTable, &y, input)
		ghash.go#L154: func ghashUpdate(productTable *[16]gcmFieldElement, y *gcmFieldElement, data []byte) {